home *** CD-ROM | disk | FTP | other *** search
/ Sports Illustrated for Kids - Awesome Athletes! / Sports Illustrated for Kids - Awesome Athletes!.iso / hf.dir / 00372_SDGoto.ls < prev    next >
Encoding:
Text File  |  1996-04-19  |  158 b   |  10 lines

  1. global gHFResultLastLine
  2.  
  3. on mouseDown
  4.   if hPressButton() then
  5.     puppetSound("clik1.aif")
  6.     updateStage()
  7.     searchGoto(gHFResultLastLine)
  8.   end if
  9. end
  10.